home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.amiga.programmer
- Path: cs.utexas.edu!utnut!utinfo!news
- From: Norman Baccari <normb@gpu.utcc.utoronto.ca>
- Subject: Re: SasC linker Error:
- X-Nntp-Posting-Host: control3.utcc.utoronto.ca
- Content-Type: text/plain; charset=us-ascii
- Message-ID: <DnFpJq.8BL@utcc.utoronto.ca>
- Sender: news@utcc.utoronto.ca (News)
- Content-Transfer-Encoding: 7bit
- Organization: UTCC Campus Access
- References: <dkauppDnEzzs.FsD@netcom.com>
- Mime-Version: 1.0
- Date: Tue, 27 Feb 1996 12:33:26 GMT
- X-Mailer: Mozilla 1.22 (Windows; I; 16bit)
-
- dkaupp@netcom.com (Blitter) wrote:
- > Can someone tell me what may be causing these errors? MOBtrigger is a
- >BOOL and as far a I know, its just changed using TRUE and FALSE.
- >
- > If someone can point me in the right direction I would appriciate it :).
- >
- >Thanks.
- >
- ><<start paste>>
- >
- >New Shell process 8
- >8.Boot:> dh0:Programming/Merc22/src/
- >8.Stuff2:Programming/Merc22/src> smake
- >SAS/C_SMAKE 6.55 (17.2.95)
- >Copyright (c) 1988-1995 SAS Institute, Inc.
- > sc link to comm with temp_smk.tmp
- >SAS/C Amiga Compiler 6.56
- >Copyright (c) 1988-1995 SAS Institute Inc.
- >Slink - Version 6.56
- >Copyright (c) 1988-1995 SAS Institute, Inc. All Rights Reserved.
- >
- >ERROR: Multiply defined symbol '_MOBtrigger'.
- > First defined in file 'comm.o'.
- > Type = RELOCATABLE Value = 1010
- > Redefined in file 'special.o'.
- > Type = RELOCATABLE Value = 9
- >ERROR: Multiply defined symbol '_MOBtrigger'.
- > First defined in file 'comm.o'.
- > Type = RELOCATABLE Value = 1010
- > Redefined in file 'mob_prog.o'.
- > Type = RELOCATABLE Value = 0
-
- [snip...snip...snip]
-
- >
- >Sorry about the long post...
-
- You need to look at where you have defined MOBtrigger.
- SLINK is telling you it has been multiply defined, IE youve
- defined it more than once.
-
-
-
- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
- Norman Baccari normb@gpu.utcc.utoronto.ca Toronto,Ontario Canada
- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-
-
-